 |
API Documentation
|
|
Data holder for a key event.
Definition: KeyEventData.h:12
KEY_CODE
A key code identifier.
Definition: InputCodes.h:26
char _key
Key pressed translated as a char, if available.
Definition: KeyEventData.h:13
bool _wasPressed
If the key was pressed (true) or not (false) before.
Definition: KeyEventData.h:24
bool _pressed
If the key is pressed (true) or release (false).
Definition: KeyEventData.h:16
bool _specialKey
If the key is a special key.
Definition: KeyEventData.h:17
unsigned int _repeatCount
If auto repeating, the auto repeating count.
Definition: KeyEventData.h:19
KEY_CODE _code
Key code.
Definition: KeyEventData.h:14
bool _altPressed
If alt is being pressed at the same time.
Definition: KeyEventData.h:23
unsigned int _scanCode
The scane code of the key.
Definition: KeyEventData.h:20
@ KEY_UNKNOWN
Unknown place holder. Unseen in Microsoft API.
Definition: InputCodes.h:27
Encompasses all API of component NilkinsWinUi.
Definition: Button.h:7
bool _extendedKey
If the key is an extended key.
Definition: KeyEventData.h:21